home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Storage / ODStorB.cpp < prev    next >
Encoding:
Text File  |  1996-04-22  |  759 b   |  27 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ODStorB.cpp
  3.  
  4.     Contains:    Implementation of ODBaseStorageSystem class.
  5.  
  6.     Owned by:    Vincent Lo
  7.  
  8.     Copyright:    © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <6>      8/3/95    RR        #1257260: Collapse B classes. Remove
  13.                                     somInit methods. Don't call IsInitialized
  14.                                     or SubclassResponsibility
  15.          <5>     5/26/95    VL        1251403: Multithreading naming support.
  16.          <4>     9/29/94    RA        1189812: Mods for 68K build.
  17.          <3>     8/11/94    VL        1180299: Added CreateTypeList and
  18.                                     CreatePlatformTypeList.
  19.          <2>      8/5/94    VL        1171603: Changed ODBaseSession to
  20.                                     ODSession.
  21.          <1>      8/3/94    VL        first checked in
  22.          <1>      7/5/94    VL        first checked in
  23.  
  24.     To Do:
  25. */
  26.  
  27. // No platform-independent code at this time